home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / PCB_DESI / H027.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-10-01  |  17KB  |  364 lines

  1. echo off
  2. IF a:==%1 goto ok_1
  3. IF A:==%1 goto ok_1
  4. IF b:==%1 goto ok_1
  5. IF B:==%1 goto ok_1
  6. IF c:==%1 goto ok_1
  7. IF C:==%1 goto ok_1
  8. IF d:==%1 goto ok_1
  9. IF D:==%1 goto ok_1
  10. IF e:==%1 goto ok_1
  11. IF E:==%1 goto ok_1
  12. IF f:==%1 goto ok_1
  13. IF F:==%1 goto ok_1
  14. IF g:==%1 goto ok_1
  15. IF G:==%1 goto ok_1
  16. IF h:==%1 goto ok_1
  17. IF H:==%1 goto ok_1
  18. echo ║
  19. echo ║   Please type the drive unit  ( type INSTALL C: , D: or E: )
  20. echo ║
  21. goto end
  22.  
  23. :ok_1
  24. IF exist INSTALL.BAT goto ok_2
  25. echo ║
  26. echo ║  The current directory must be the directory  
  27. echo ║  where the file INSTALL.BAT and all other unzipped files are located.
  28. echo ║  Type:       CD this-directory 
  29. goto end
  30.  
  31. :ok_2
  32. echo ║                     ╔═════════════════════════╗
  33. echo ║                     ║ DUPLICATION AUTHORISED  ║
  34. echo ║                     ╚═════════════════════════╝
  35. echo ║          Copy the original disks and verify the ZIP files.
  36. echo ║
  37. echo ║     ╔════════════════════════════════════════════════════════════╗
  38. echo ║     ║ You need 4 Mb on your harddisk. If not free type CTRL_C    ║
  39. echo ║     ╚════════════════════════════════════════════════════════════╝
  40. echo ║
  41. echo ║
  42. echo ║
  43. echo ║                ╔════════════════════════════════════╗
  44. echo ║                ║ COMMERCIAL UTILISATION AUTHORIZED  ║
  45. echo ║                ╚════════════════════════════════════╝
  46. echo ║
  47. pause
  48. md %1\layo1ee >NUL:
  49. md %1\layo1ee\cnf >NUL:
  50. md %1\layo1ee\fnt >NUL:
  51. md %1\layo1ee\lml >NUL:
  52. md %1\layo1ee\lib >NUL:
  53. md %1\layo1ee\layodoc >NUL:
  54. md %1\layo1ee\smb >NUL:
  55. md %1\layo1ee\lmc >NUL:
  56. pay1 /e%1\layo1ee
  57. layo1e_1 /e%1\layo1ee
  58. layo_exe /e%1\layo1ee
  59. pay2 /e%1\layo1ee
  60. layo1_2 /e%1\layo1ee
  61. copy %1\layo1ee\font1.fnt %1\layo1ee\fnt>NUL:
  62. copy %1\layo1ee\*.cnf %1\layo1ee\cnf>NUL:
  63. copy %1\layo1ee\*.cmp %1\layo1ee\cnf>NUL:
  64. copy %1\layo1ee\*.net %1\layo1ee\cnf>NUL:
  65. copy %1\layo1ee\*.lib %1\layo1ee\lib>NUL:
  66. copy %1\layo1ee\*.lml %1\layo1ee\cnf>NUL:
  67. copy %1\layo1ee\*.ply %1\layo1ee\cnf>NUL:
  68. copy %1\layo1ee\*.smb %1\layo1ee\smb>NUL:
  69. IF EXIST %1\layo1ee\font1.fnt  del %1\layo1ee\font1.fnt
  70. IF EXIST %1\layo1ee\*.cnf  del %1\layo1ee\*.cnf
  71. IF EXIST %1\layo1ee\*.cmp  del %1\layo1ee\*.cmp
  72. IF EXIST %1\layo1ee\*.net  del %1\layo1ee\*.net
  73. IF EXIST %1\layo1ee\*.lib  del %1\layo1ee\*.lib
  74. IF EXIST %1\layo1ee\*.lml  del %1\layo1ee\*.lml
  75. IF EXIST %1\layo1ee\*.ply  del %1\layo1ee\*.ply
  76. IF EXIST %1\layo1ee\*.smb  del %1\layo1ee\*.smb
  77.  
  78. connect /e%1\layo1ee\lmc\connect
  79. active /e%1\layo1ee\lmc\active
  80. passive /e%1\layo1ee\lmc\passive
  81. smds /e%1\layo1ee\lmc\smds
  82. fronts /e%1\layo1ee\lmc\fronts
  83. heatsink /e%1\layo1ee\lmc\heatsink
  84. subdraws /e%1\layo1ee\lmc\subdraws
  85. switches /e%1\layo1ee\lmc\switches
  86. symbols /e%1\layo1ee\lmc\symbols
  87. tools /e%1\layo1ee\tools
  88. manuel /e%1\layo1ee\layodoc
  89. lib_stf /e%1\layo1ee\orcadstf
  90. drc_fr /e%1\layo1ee\isolatio
  91. devices /e%1\layo1ee\lmc\devices
  92. lib /e%1\layo1ee\lib
  93. lmc_asci /e%1\layo1ee\tools\lmc_asci
  94. pay3 /e%1\layo1ee
  95. echo ║
  96. echo ║
  97. echo ║                       END INSTALLATION
  98. echo ║
  99. echo ║
  100. echo ║    ╔════════════════════════════════════════════════════════╗
  101. echo ║    ║  If you want to re-read the following pages later, wait║
  102. echo ║    ║  for the end of the procedure and read the actual      ║
  103. echo ║    ║  batch file on the diskette again. Name: INSTALL.BAT   ║
  104. echo ║    ╚════════════════════════════════════════════════════════╝
  105. echo ║
  106. echo ║      If you are absolutely sure that your printer is connected
  107. echo ║      and ON LINE
  108. echo ║      Type: CTRL_P
  109. echo ║
  110. echo ║      If no printer is connected  CTRL_P will interrupt the continuation
  111. echo ║      and you will miss important info and the demos at the end of this
  112. echo ║      procedure
  113. echo ║
  114. echo ║
  115. pause
  116. echo ║
  117. echo ║
  118. echo ║
  119. echo ║     THIS LIMITED VERSION REPRESENTS THE ONLY SERIOUS FREEWARE FOR
  120. echo ║     PCB & AUTOROUTING WORLDWIDE. INDUSTRIAL VERSIONS ARE SIMILAR
  121. echo ║     100 PERCENT BUT WILL LOAD MORE X,Y-COORDINATES / VECTORS.
  122. echo ║     LAYO1 IS USED BY MOST EUROPEAN INDUSTRIES, OWNING OVER $100,000
  123. echo ║     VALUE CAD SOFTWARE ALSO. WITHOUT EXCEPTION THESE USERS AGREE THAT
  124. echo ║     INTERACTIVELY NO SOFTWARE CAN BEAT THE LAYO PROGRAM.
  125. echo ║     ROUTING: LIKE AIRFIELD CONTROLERS NO ELECTRONIC ENGINEER WILL
  126. echo ║     WILL ACCEPT SOFTWARE RESULTS EXCLUSIVELY. THEREFORE POWERFULL
  127. echo ║     INTERACTIF CAD MAKES ALL THE DIFFERENCE FOR ONE DETESTING HEADACHE.
  128. echo ║     YOU WILL UNDERSTAND WHAT WE MEAN IN LESS THEN AN HOUR.
  129. echo ║
  130. echo ║     YOU GOT THIS SOFTWARE FOR FREE OR AGAINST COST ONLY. WE ASK YOU
  131. echo ║     TO SPREAD SOME COPIES AND IF POSSIBLE TO THE INDUSTRY.
  132. echo ║     THEY WILL BE DELIGHTED TO HAVE BETTER RESULT IN HALF THE TIME
  133. echo ║     WITHOUT LOSING BALANCE.
  134. echo ║
  135. echo ║                           U.S.USERS
  136. echo ║          YOU MAY JOIN LAYO FRANCE (GERALD NEFKENS) ON BIX "LAYO".
  137. echo ║            A NICE POSTCARD OF YOUR REGION WILL BE FINE ALSO.
  138. echo ║
  139. echo ║
  140. pause
  141. CLS
  142. echo ║           ╔════════════════════════════════════════════════╗
  143. echo ║           ║      USERS OF ORCAD SDT III or IV  (t.m.)      ║
  144. echo ║           ╠╤══════════════════════════════════════════════╤╣
  145. echo ║           ║│           Our  INTEGRATING MANAGER           │║
  146. echo ║           ║│  links OrCAD and LAYO1 files automatically . │║
  147. echo ║           ║│                                              │║
  148. echo ║           ║│                  You may order it together   │║
  149. echo ║           ║│  with the next update of LAYO1. 02/92        │║
  150. echo ║           ║│    (Update $35, Upgrade with manager $69).   │║
  151. echo ║           ║│  For the time being -   (...but wait  until  │║
  152. echo ║           ║│  you are familiar with Layo ) -,     place   │║
  153. echo ║           ║│  the file  C:\layo1EE\ORCADSTF\LAYO1DEV.LIB  │║
  154. echo ║           ║│  and the STF files in ORCAD SDT, (tm); next  │║
  155. echo ║           ║│  change the OrCAD template for LAYO1DEV.LIB  │║
  156. echo ║           ║│                                              │║
  157. echo ║           ║│  Result: the CALAY-netlist ** will contain   │║
  158. echo ║           ║│  layo1-components/shapes immediately.        │║
  159. echo ║           ║│  No need for Layo to read its own LIB-files. │║
  160. echo ║           ║│                  --------                    │║
  161. echo ║           ║│  The optional MANAGER will do all that for   │║
  162. echo ║           ║│  you automatically and much more.            │║
  163. echo ║           ║│                                              │║
  164. echo ║
  165. echo ║   **:  NETLIST PATH\ORCADFILE.SCH C:LAYO1EE\CNF\SAMENAME CALAY /S
  166. pause
  167. CLS
  168. echo ║                                 F1
  169. echo ║
  170. echo ║   ╔═══════════════════════════════════════════════════════════════════╗
  171. echo ║   ║    It will be extremely important to use the F1-key regulary and  ║
  172. echo ║   ║    ON the ESC-pop-menu lines - that's where you will find the     ║
  173. echo ║   ║        items on latest update. (differences with the manual)      ║
  174. echo ║   ╚═══════════════════════════════════════════════════════════════════╝
  175. echo ║
  176. echo ║
  177. echo ║   F1:  In the menus:
  178. echo ║        HELP ON THE SPECIFIC SUBJECT MENTIONED ON THE ACTUAL LINE,
  179. echo ║        that is the line where the cursor is. (F1 before typing Enter.)
  180. echo ║
  181. echo ║
  182. echo ║
  183. echo ║   F1:  In editor mode: HELP ON THE MOUSE FUNCTIONS (not always the same)
  184. echo ║
  185. echo ║
  186. echo ║   F1:  In PLOT mode (The TRACEURS I/O file is NOT limited):
  187. echo ║        In TRACEURS.EXE   HELP  (Type: TRACEURS in DOS next F5 next F1)
  188. echo ║
  189. pause
  190. CLS
  191. echo ║
  192. echo ║
  193. echo ║
  194. echo ║       Necessary available traditional or low RAM memory   : 550 Kb.
  195. echo ║       (Eventually modify: config.sys or autoexec.bat)
  196. echo ║
  197. echo ║  Check the memory available: DOS Type CHKDSK and read the last line.
  198. echo ║  (If you can obtain more then 600 kb, the LEE-router will be faster.
  199. echo ║
  200. echo ║
  201. echo ║
  202. PAUSE
  203. CLS
  204. echo ║        If you have a NON-Epson or NON-HP Laser printer (tm),
  205. echo ║        not usable under Layo1, the program 'FPLOT' simulates a plotter.
  206. echo ║        Of course you can use FPLOT with all CAD programs, producing
  207. echo ║        HP-GL (tm) files and not the printer output you need.
  208. echo ║        U.S.:     FPLOT CORPORATION, NEW YORK
  209. echo ║        Europe:   Layo France
  210. echo ║
  211. pause
  212. echo ║   LAYO1:
  213. echo ║   A VERY POWERFUL INTERACTIF FUNCTION - NOT TO FORGET - IS:
  214. echo ║
  215. echo ║   In the graphic editor   : ┌──────────────────────────────────────┐
  216. echo ║   Use the key-sequence    : │   ' = '   next   '+' '+' '-' '-' etc.│
  217. echo ║                             │           next arrows or DEL         │
  218. echo ║                             └──────────────────────────────────────┤
  219. echo ║                             ┌──────────────────────────────────────┤
  220. echo ║  and                        │    = - Ins  ++ arrows                │
  221. echo ║                             │     (- for minus)                    │
  222. echo ║                             └──────────────────────────────────────┘
  223. echo ║  - steps to previous vector where you add a new vectorpoint with INS
  224. echo ║  if you use arrows or mouse after INS you will take this point with you
  225. echo ║  until you decide to drop it somewhere with ENTER or another INS
  226. echo ║
  227. PAUSE
  228. CLS
  229. echo ║
  230. echo ║
  231. echo ║          ┌───────────────────────────────────────────────────┐
  232. echo ║          │          HOW TO START   LAYO1 LIMITED             │
  233. echo ║          └───────────────────────────────────────────────────┘
  234. echo ║
  235. echo ║
  236. echo ║  Load eventually your microsoft compatible mousedriver
  237. echo ║                                         [ MSMOUSE ]  or   MOUSE/N°port
  238. echo ║  Type the name of the harddisk                            C:
  239. echo ║  Type                                                     CD LAYO1EE
  240. echo ║
  241. echo ║    ....next for this limited version:                     layo1E
  242. echo ║
  243. echo ║
  244. pause
  245. echo ║
  246. echo ║ To load and enter in      ┌────────────────────────┐
  247. echo ║ the template menu:        │   layo1E /C            │
  248. echo ║ paramèter Layo1           └────────────────────────┘
  249. echo ║                           ┌────────────────────────┐
  250. echo ║ Load another template     │   layo1E /U01          │  /U02 etc.
  251. echo ║     or 8th user           │   layo1E /U07 /C       │
  252. echo ║                           └────────────────────────┘
  253. echo ║
  254. echo ║ IN THAT CASE YOU HAVE TO ADAPT THE NEW TEMPLATE in MENU » USER01 (or 07)
  255. echo ║ SPECIALLY THE DIRECTORY AND LIBRARY TEMPLATE. (new file is : USR07.CFG)
  256. echo ║
  257. echo ║                        ┌───────────────────────┐
  258. echo ║ Load a specific file   │  layo1E \CNF\FILE.CNF │
  259. echo ║ Create    "            └───────────────────────┘
  260. echo ║
  261. echo ║
  262. pause
  263. echo ║ Loading a NEW DESIGN with the purpose:
  264. echo ║            to create or to import a component liste or a netlist
  265. echo ║            from the DOS-prompt:
  266. echo ║
  267. echo ║                   ┌────────────────────────────────────────┐
  268. echo ║ Type              │          LAYO1E FILE\FILE.CNF          │
  269. echo ║                   │       other CNF_Dir.\file              │
  270. echo ║                   └────────────────────────────────────────┘
  271. echo ║ or                           LAYO1E A:\CNF\TEST\FILE.CNF
  272. echo ║ whithout personal directory and without new template-file:
  273. echo ║
  274. echo ║ Exemple existing CNF       LAYO1E CNF\COG2.CNF             next ALT_X
  275. echo ║                              (change 'COG2' for any file in \CNF\)
  276. echo ║
  277. echo ║ ALT_X will start an exemple route_macro. Autorouting depends entirely on
  278. echo ║ how comps. are placed. Rotation of one resistance can make 50 percent
  279. echo ║ difference. ('b' on component, Enter to move.   or 'u'.
  280. echo ║ F5 to wipe the ratsnest.     Esc is the only way to terminate routing.
  281. echo ║
  282. pause
  283. echo ║
  284. echo ║  ┌─────────────────────────────────────────────────────────────────────┐
  285. echo ║  │Print manual & Doc files in       C:\LAYO1EE\LAYODOC\*.doc           │
  286. echo ║  └─────────────────────────────────────────────────────────────────────┘
  287. echo ║
  288. echo ║  ATTENTION: THIS MANUAL IS NOT UPDATED TO THIS VERSION, HOWEVER THE
  289. echo ║  HELP_SCREENS  (F1 on menuline) ARE UPDATED AND CONTAIN THE CHANGEMENTS.
  290. echo ║                    ══
  291. echo ║              ┌───────────────────────────────────────────────────────┐
  292. echo ║              │ If you know by chance any nice electronic  FREEWARE   │
  293. echo ║              │ eventually limited like this version please inform us │
  294. echo ║              │ or send us a copy of the program(s).       Thank you. │
  295. echo ║              └───────────────────────────────────────────────────────┘
  296. echo ║              ┌───────────────────────────────────────────────────────┐
  297. echo ║              │  \layo1EE\TOOLS IS DESTINATED TO PROGRAMMERS and      │
  298. echo ║              │  users of Smartw_PCBs Don't hesitate to contact us    │
  299. echo ║              └───────────────────────────────────────────────────────┘
  300. echo ║
  301. pause
  302. echo ║
  303. echo ║
  304. echo ║  ┌────────────────────────────────────────────────────────────────────┐
  305. echo ║  │    If you will be satisfied  with this professional software limi- │
  306. echo ║  │    ted to 1000 vectors, you might - even if you live in the USA    │
  307. echo ║  │    order an upgrade or extension. We are not located on another    │
  308. echo ║  │    planet but quit near in a wine château 20 mls from Saint Tropez │
  309. echo ║  │                                                                    │
  310. echo ║  │       { orders for fine local 'Côte de Provence'-wine, labeled:    │
  311. echo ║  │        'CHATEAU GARAMACHE' only per 60 bottles (45 liters) $ 290 } │
  312. echo ║  │                                                                    │
  313. echo ║  │    UPDADE LAYO1 (1 update per year - next Version: 03/92)  $  35   │
  314. echo ║  │    UPGRADE + OrCAD-MANAGER + INTEGRATED EDITOR+DRC  *      $  50   │
  315. echo ║  │    SAME UPGRADE :  A DOUBLE VERSION (2,000 vectors) *      $ 150   │
  316. echo ║  │    SAME UPGRADE :  A QUADRO VERSION (4,000    "   ) *      $ 220   │
  317. echo ║  │    SAME UPGRADE :  LEVEL II        (10,000    "   ) *      $ 450   │
  318. echo ║  │    SAME UPGRADE :  LEVEL III       (20,000    "   ) *      $ 900   │
  319. echo ║  │    SAME UPRRADE :  LEVEL IV        (45,000    "   ) *      $1450   │
  320. echo ║  │    Allow $10 for shipment, ( $70 for DHL, $90 FED. EXPRESS )       │
  321. echo ║  │                              * = drawings of components included.  │
  322. echo ║  │    All major credit cards accepted.          Specify disk-format.  │
  323. echo ║  └────────────────────────────────────────────────────────────────────┘
  324. echo ║  To be in perfect health forever; inform your near and dear; inform those
  325. echo ║   suffering from viruses, even aids, read C:\LAYO1EE\LAYODOC\HEALTH.DOC
  326. echo ║
  327. pause
  328. echo ║  │          Next 4 exemples will be displayed after ENTER             │
  329. echo ║  │                   now wait for the first exemple                   │
  330. echo ║  │    On the first one type:   F5,  ESC Enter next  choose QUIT       │
  331. echo ║  │    Oo the second    type    F5   ALT_X                             │
  332. echo ║  │  On the third demo which displays the plotter_menu...              │
  333. echo ║  │  if you have Layo1 on C: type F5.  If not, change PATH, next F5.   │
  334. echo ║  │                                                                    │
  335. echo ║  │  The circuit DEMO_SMD.LML will be displayed. It is as large as     │
  336. echo ║  │  12,000 vectors.  (TRACEURS.EXE was used to open the plotter menu  │
  337. echo ║  │                    and this file is not vector_limited.            │
  338. echo ║  │                                                                    │
  339. echo ║  │  The last demo can be routed after deleting the TEXT_module        │
  340. echo ║  │                            Type                                    │
  341. echo ║  │ ┌───────────────────────────────────────────────────────────────┐  │
  342. echo ║  │ │  F5,  b, Enter, Arrows, 3x F2, F5, Del, z,z, Esc    ALT_X     │  │
  343. echo ║  │ └───────────────────────────────────────────────────────────────┘  │
  344. echo ║  │                   please write this down                           │
  345. echo ║  │               and you know half the program.                       │
  346. echo ║  │                                                                    │
  347. echo ║  │ To leave routing: 8 x Esc.(type Esc's very fast)                   │
  348. echo ║  │                                                                    │
  349. echo ║  │ To redo this later. In Dos:   in \LAYO1ee\      Type DEMO          │
  350. pause
  351. %1
  352. cd \layo1ee
  353. layo1e cnf\Z_F1_INF.CNF
  354. %1
  355. cd \layo1ee
  356. layo1e cnf\BARTELS.CNF
  357. %1
  358. cd \layo1ee
  359. TRACEURS
  360. %1
  361. cd \layo1ee
  362. layo1e cnf\cog2.CNF
  363. :end
  364.